Crate codama_errors
codama_
errors
0.7.2
All Items
Crate Items
Macros
Enums
Traits
Type Aliases
Crate
codama_
errors
Copy item path
Source
Macros
§
combine_
errors
Combine multiple results into a single result by combining errors. Note we could use recursion here but the tuple would be nested. E.g. (a, (b, c)) instead of (a, b, c).
Enums
§
Codama
Error
Traits
§
Combine
Errors
Iterator
Combine
Errors
Type Aliases
§
Codama
Result